Skip to content

Conversation

sunfishcode
Copy link
Member

io-lifetimes needed a semver bump due to BorrowedFd::borrow_raw_fd
being renamed to BorrowedFd::borrow_raw, to match the corresponding change
in std. cap-std doesn't use this function itself, but since it's a semver
bump, we need to bump it in cap-std so that it uses the new trait versions.

@sunfishcode
Copy link
Member Author

io-lifetimes will need another semver bump for sunfishcode/io-lifetimes#27 and any other changes requested by the std maintainers, so it's likely that cap-std here will wait on this PR until that's ready.

@sunfishcode sunfishcode added the semver bump Issues that will require a semver-incompatible fix label Apr 20, 2022
@sunfishcode sunfishcode changed the title Update to io-lifetimes 0.6.0. Update to io-lifetimes 0.7.0. Jun 6, 2022
io-lifetimes needed a semver bump due to `BorrowedFd::borrow_raw_fd`
being renamed to `BorrowedFd::borrow_raw`, to match the corresponding change
in std. cap-std doesn't use this function itself, but since it's a semver
bump, we need to bump it in cap-std so that it uses the new trait versions.

This also updates to [rustix 0.35]:

[rustix 0.35]: https://github.com/bytecodealliance/rustix/releases/tag/v0.35.6
@sunfishcode sunfishcode force-pushed the sunfishcode/update-io-lifetimes branch 2 times, most recently from 4e21cf0 to c65b950 Compare June 16, 2022 00:12
@sunfishcode
Copy link
Member Author

Rustix 0.35 is now released, and this PR is now updated to use it.

@sunfishcode sunfishcode merged commit 5624f5b into main Jun 16, 2022
@sunfishcode sunfishcode deleted the sunfishcode/update-io-lifetimes branch June 16, 2022 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver bump Issues that will require a semver-incompatible fix

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants